home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / DESK / CORE / Desk / h / Dispatch < prev    next >
Text File  |  1996-05-21  |  293b  |  15 lines

  1.  
  2. #ifndef __Desk_Dispatch_h
  3. #define __Desk_Dispatch_h
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef void (*Desk_dispatch_proc)();
  8. extern int Dispatch(int value, int size, int table[],
  9. Desk_dispatch_proc functions[],
  10. int arg0, int arg1, int arg2, int arg3);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif
  15.